\(\int (c-a^2 c x^2)^2 \text {arccosh}(a x)^2 \, dx\) [165]

   Optimal result
   Rubi [A] (verified)
   Mathematica [A] (verified)
   Maple [A] (verified)
   Fricas [A] (verification not implemented)
   Sympy [F]
   Maxima [A] (verification not implemented)
   Giac [F(-2)]
   Mupad [F(-1)]

Optimal result

Integrand size = 20, antiderivative size = 195 \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\frac {298 c^2 x}{225}-\frac {76}{675} a^2 c^2 x^3+\frac {2}{125} a^4 c^2 x^5-\frac {16 c^2 \sqrt {-1+a x} \sqrt {1+a x} \text {arccosh}(a x)}{15 a}+\frac {8 c^2 (-1+a x)^{3/2} (1+a x)^{3/2} \text {arccosh}(a x)}{45 a}-\frac {2 c^2 (-1+a x)^{5/2} (1+a x)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {8}{15} c^2 x \text {arccosh}(a x)^2+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2 \]

[Out]

298/225*c^2*x-76/675*a^2*c^2*x^3+2/125*a^4*c^2*x^5+8/45*c^2*(a*x-1)^(3/2)*(a*x+1)^(3/2)*arccosh(a*x)/a-2/25*c^
2*(a*x-1)^(5/2)*(a*x+1)^(5/2)*arccosh(a*x)/a+8/15*c^2*x*arccosh(a*x)^2+4/15*c^2*x*(-a^2*x^2+1)*arccosh(a*x)^2+
1/5*c^2*x*(-a^2*x^2+1)^2*arccosh(a*x)^2-16/15*c^2*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)/a

Rubi [A] (verified)

Time = 0.32 (sec) , antiderivative size = 195, normalized size of antiderivative = 1.00, number of steps used = 12, number of rules used = 6, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.300, Rules used = {5897, 5879, 5915, 8, 41, 200} \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\frac {2}{125} a^4 c^2 x^5+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2-\frac {76}{675} a^2 c^2 x^3+\frac {8}{15} c^2 x \text {arccosh}(a x)^2-\frac {2 c^2 (a x-1)^{5/2} (a x+1)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {8 c^2 (a x-1)^{3/2} (a x+1)^{3/2} \text {arccosh}(a x)}{45 a}-\frac {16 c^2 \sqrt {a x-1} \sqrt {a x+1} \text {arccosh}(a x)}{15 a}+\frac {298 c^2 x}{225} \]

[In]

Int[(c - a^2*c*x^2)^2*ArcCosh[a*x]^2,x]

[Out]

(298*c^2*x)/225 - (76*a^2*c^2*x^3)/675 + (2*a^4*c^2*x^5)/125 - (16*c^2*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*ArcCosh[a*
x])/(15*a) + (8*c^2*(-1 + a*x)^(3/2)*(1 + a*x)^(3/2)*ArcCosh[a*x])/(45*a) - (2*c^2*(-1 + a*x)^(5/2)*(1 + a*x)^
(5/2)*ArcCosh[a*x])/(25*a) + (8*c^2*x*ArcCosh[a*x]^2)/15 + (4*c^2*x*(1 - a^2*x^2)*ArcCosh[a*x]^2)/15 + (c^2*x*
(1 - a^2*x^2)^2*ArcCosh[a*x]^2)/5

Rule 8

Int[a_, x_Symbol] :> Simp[a*x, x] /; FreeQ[a, x]

Rule 41

Int[((a_) + (b_.)*(x_))^(m_.)*((c_) + (d_.)*(x_))^(m_.), x_Symbol] :> Int[(a*c + b*d*x^2)^m, x] /; FreeQ[{a, b
, c, d, m}, x] && EqQ[b*c + a*d, 0] && (IntegerQ[m] || (GtQ[a, 0] && GtQ[c, 0]))

Rule 200

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Int[ExpandIntegrand[(a + b*x^n)^p, x], x] /; FreeQ[{a, b}, x]
&& IGtQ[n, 0] && IGtQ[p, 0]

Rule 5879

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.), x_Symbol] :> Simp[x*(a + b*ArcCosh[c*x])^n, x] - Dist[b*c*n, In
t[x*((a + b*ArcCosh[c*x])^(n - 1)/(Sqrt[1 + c*x]*Sqrt[-1 + c*x])), x], x] /; FreeQ[{a, b, c}, x] && GtQ[n, 0]

Rule 5897

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*((d_) + (e_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[x*(d + e*x^2)^p*(
(a + b*ArcCosh[c*x])^n/(2*p + 1)), x] + (Dist[2*d*(p/(2*p + 1)), Int[(d + e*x^2)^(p - 1)*(a + b*ArcCosh[c*x])^
n, x], x] - Dist[b*c*(n/(2*p + 1))*Simp[(d + e*x^2)^p/((1 + c*x)^p*(-1 + c*x)^p)], Int[x*(1 + c*x)^(p - 1/2)*(
-1 + c*x)^(p - 1/2)*(a + b*ArcCosh[c*x])^(n - 1), x], x]) /; FreeQ[{a, b, c, d, e}, x] && EqQ[c^2*d + e, 0] &&
 GtQ[n, 0] && GtQ[p, 0]

Rule 5915

Int[((a_.) + ArcCosh[(c_.)*(x_)]*(b_.))^(n_.)*(x_)*((d1_) + (e1_.)*(x_))^(p_)*((d2_) + (e2_.)*(x_))^(p_), x_Sy
mbol] :> Simp[(d1 + e1*x)^(p + 1)*(d2 + e2*x)^(p + 1)*((a + b*ArcCosh[c*x])^n/(2*e1*e2*(p + 1))), x] - Dist[b*
(n/(2*c*(p + 1)))*Simp[(d1 + e1*x)^p/(1 + c*x)^p]*Simp[(d2 + e2*x)^p/(-1 + c*x)^p], Int[(1 + c*x)^(p + 1/2)*(-
1 + c*x)^(p + 1/2)*(a + b*ArcCosh[c*x])^(n - 1), x], x] /; FreeQ[{a, b, c, d1, e1, d2, e2, p}, x] && EqQ[e1, c
*d1] && EqQ[e2, (-c)*d2] && GtQ[n, 0] && NeQ[p, -1]

Rubi steps \begin{align*} \text {integral}& = \frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2+\frac {1}{5} (4 c) \int \left (c-a^2 c x^2\right ) \text {arccosh}(a x)^2 \, dx-\frac {1}{5} \left (2 a c^2\right ) \int x (-1+a x)^{3/2} (1+a x)^{3/2} \text {arccosh}(a x) \, dx \\ & = -\frac {2 c^2 (-1+a x)^{5/2} (1+a x)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2+\frac {1}{25} \left (2 c^2\right ) \int (-1+a x)^2 (1+a x)^2 \, dx+\frac {1}{15} \left (8 c^2\right ) \int \text {arccosh}(a x)^2 \, dx+\frac {1}{15} \left (8 a c^2\right ) \int x \sqrt {-1+a x} \sqrt {1+a x} \text {arccosh}(a x) \, dx \\ & = \frac {8 c^2 (-1+a x)^{3/2} (1+a x)^{3/2} \text {arccosh}(a x)}{45 a}-\frac {2 c^2 (-1+a x)^{5/2} (1+a x)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {8}{15} c^2 x \text {arccosh}(a x)^2+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2+\frac {1}{25} \left (2 c^2\right ) \int \left (-1+a^2 x^2\right )^2 \, dx-\frac {1}{45} \left (8 c^2\right ) \int (-1+a x) (1+a x) \, dx-\frac {1}{15} \left (16 a c^2\right ) \int \frac {x \text {arccosh}(a x)}{\sqrt {-1+a x} \sqrt {1+a x}} \, dx \\ & = -\frac {16 c^2 \sqrt {-1+a x} \sqrt {1+a x} \text {arccosh}(a x)}{15 a}+\frac {8 c^2 (-1+a x)^{3/2} (1+a x)^{3/2} \text {arccosh}(a x)}{45 a}-\frac {2 c^2 (-1+a x)^{5/2} (1+a x)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {8}{15} c^2 x \text {arccosh}(a x)^2+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2+\frac {1}{25} \left (2 c^2\right ) \int \left (1-2 a^2 x^2+a^4 x^4\right ) \, dx-\frac {1}{45} \left (8 c^2\right ) \int \left (-1+a^2 x^2\right ) \, dx+\frac {1}{15} \left (16 c^2\right ) \int 1 \, dx \\ & = \frac {298 c^2 x}{225}-\frac {76}{675} a^2 c^2 x^3+\frac {2}{125} a^4 c^2 x^5-\frac {16 c^2 \sqrt {-1+a x} \sqrt {1+a x} \text {arccosh}(a x)}{15 a}+\frac {8 c^2 (-1+a x)^{3/2} (1+a x)^{3/2} \text {arccosh}(a x)}{45 a}-\frac {2 c^2 (-1+a x)^{5/2} (1+a x)^{5/2} \text {arccosh}(a x)}{25 a}+\frac {8}{15} c^2 x \text {arccosh}(a x)^2+\frac {4}{15} c^2 x \left (1-a^2 x^2\right ) \text {arccosh}(a x)^2+\frac {1}{5} c^2 x \left (1-a^2 x^2\right )^2 \text {arccosh}(a x)^2 \\ \end{align*}

Mathematica [A] (verified)

Time = 0.25 (sec) , antiderivative size = 101, normalized size of antiderivative = 0.52 \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\frac {c^2 \left (4470 a x-380 a^3 x^3+54 a^5 x^5-30 \sqrt {-1+a x} \sqrt {1+a x} \left (149-38 a^2 x^2+9 a^4 x^4\right ) \text {arccosh}(a x)+225 a x \left (15-10 a^2 x^2+3 a^4 x^4\right ) \text {arccosh}(a x)^2\right )}{3375 a} \]

[In]

Integrate[(c - a^2*c*x^2)^2*ArcCosh[a*x]^2,x]

[Out]

(c^2*(4470*a*x - 380*a^3*x^3 + 54*a^5*x^5 - 30*Sqrt[-1 + a*x]*Sqrt[1 + a*x]*(149 - 38*a^2*x^2 + 9*a^4*x^4)*Arc
Cosh[a*x] + 225*a*x*(15 - 10*a^2*x^2 + 3*a^4*x^4)*ArcCosh[a*x]^2))/(3375*a)

Maple [A] (verified)

Time = 0.50 (sec) , antiderivative size = 140, normalized size of antiderivative = 0.72

method result size
derivativedivides \(\frac {c^{2} \left (675 a^{5} x^{5} \operatorname {arccosh}\left (a x \right )^{2}-270 a^{4} x^{4} \operatorname {arccosh}\left (a x \right ) \sqrt {a x -1}\, \sqrt {a x +1}-2250 a^{3} x^{3} \operatorname {arccosh}\left (a x \right )^{2}+1140 a^{2} x^{2} \operatorname {arccosh}\left (a x \right ) \sqrt {a x -1}\, \sqrt {a x +1}+54 a^{5} x^{5}+3375 a x \operatorname {arccosh}\left (a x \right )^{2}-4470 \sqrt {a x -1}\, \sqrt {a x +1}\, \operatorname {arccosh}\left (a x \right )-380 a^{3} x^{3}+4470 a x \right )}{3375 a}\) \(140\)
default \(\frac {c^{2} \left (675 a^{5} x^{5} \operatorname {arccosh}\left (a x \right )^{2}-270 a^{4} x^{4} \operatorname {arccosh}\left (a x \right ) \sqrt {a x -1}\, \sqrt {a x +1}-2250 a^{3} x^{3} \operatorname {arccosh}\left (a x \right )^{2}+1140 a^{2} x^{2} \operatorname {arccosh}\left (a x \right ) \sqrt {a x -1}\, \sqrt {a x +1}+54 a^{5} x^{5}+3375 a x \operatorname {arccosh}\left (a x \right )^{2}-4470 \sqrt {a x -1}\, \sqrt {a x +1}\, \operatorname {arccosh}\left (a x \right )-380 a^{3} x^{3}+4470 a x \right )}{3375 a}\) \(140\)

[In]

int((-a^2*c*x^2+c)^2*arccosh(a*x)^2,x,method=_RETURNVERBOSE)

[Out]

1/3375/a*c^2*(675*a^5*x^5*arccosh(a*x)^2-270*a^4*x^4*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)-2250*a^3*x^3*arc
cosh(a*x)^2+1140*a^2*x^2*arccosh(a*x)*(a*x-1)^(1/2)*(a*x+1)^(1/2)+54*a^5*x^5+3375*a*x*arccosh(a*x)^2-4470*(a*x
-1)^(1/2)*(a*x+1)^(1/2)*arccosh(a*x)-380*a^3*x^3+4470*a*x)

Fricas [A] (verification not implemented)

none

Time = 0.26 (sec) , antiderivative size = 142, normalized size of antiderivative = 0.73 \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\frac {54 \, a^{5} c^{2} x^{5} - 380 \, a^{3} c^{2} x^{3} + 4470 \, a c^{2} x + 225 \, {\left (3 \, a^{5} c^{2} x^{5} - 10 \, a^{3} c^{2} x^{3} + 15 \, a c^{2} x\right )} \log \left (a x + \sqrt {a^{2} x^{2} - 1}\right )^{2} - 30 \, {\left (9 \, a^{4} c^{2} x^{4} - 38 \, a^{2} c^{2} x^{2} + 149 \, c^{2}\right )} \sqrt {a^{2} x^{2} - 1} \log \left (a x + \sqrt {a^{2} x^{2} - 1}\right )}{3375 \, a} \]

[In]

integrate((-a^2*c*x^2+c)^2*arccosh(a*x)^2,x, algorithm="fricas")

[Out]

1/3375*(54*a^5*c^2*x^5 - 380*a^3*c^2*x^3 + 4470*a*c^2*x + 225*(3*a^5*c^2*x^5 - 10*a^3*c^2*x^3 + 15*a*c^2*x)*lo
g(a*x + sqrt(a^2*x^2 - 1))^2 - 30*(9*a^4*c^2*x^4 - 38*a^2*c^2*x^2 + 149*c^2)*sqrt(a^2*x^2 - 1)*log(a*x + sqrt(
a^2*x^2 - 1)))/a

Sympy [F]

\[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=c^{2} \left (\int \left (- 2 a^{2} x^{2} \operatorname {acosh}^{2}{\left (a x \right )}\right )\, dx + \int a^{4} x^{4} \operatorname {acosh}^{2}{\left (a x \right )}\, dx + \int \operatorname {acosh}^{2}{\left (a x \right )}\, dx\right ) \]

[In]

integrate((-a**2*c*x**2+c)**2*acosh(a*x)**2,x)

[Out]

c**2*(Integral(-2*a**2*x**2*acosh(a*x)**2, x) + Integral(a**4*x**4*acosh(a*x)**2, x) + Integral(acosh(a*x)**2,
 x))

Maxima [A] (verification not implemented)

none

Time = 0.25 (sec) , antiderivative size = 134, normalized size of antiderivative = 0.69 \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\frac {2}{125} \, a^{4} c^{2} x^{5} - \frac {76}{675} \, a^{2} c^{2} x^{3} + \frac {298}{225} \, c^{2} x - \frac {2}{225} \, {\left (9 \, \sqrt {a^{2} x^{2} - 1} a^{2} c^{2} x^{4} - 38 \, \sqrt {a^{2} x^{2} - 1} c^{2} x^{2} + \frac {149 \, \sqrt {a^{2} x^{2} - 1} c^{2}}{a^{2}}\right )} a \operatorname {arcosh}\left (a x\right ) + \frac {1}{15} \, {\left (3 \, a^{4} c^{2} x^{5} - 10 \, a^{2} c^{2} x^{3} + 15 \, c^{2} x\right )} \operatorname {arcosh}\left (a x\right )^{2} \]

[In]

integrate((-a^2*c*x^2+c)^2*arccosh(a*x)^2,x, algorithm="maxima")

[Out]

2/125*a^4*c^2*x^5 - 76/675*a^2*c^2*x^3 + 298/225*c^2*x - 2/225*(9*sqrt(a^2*x^2 - 1)*a^2*c^2*x^4 - 38*sqrt(a^2*
x^2 - 1)*c^2*x^2 + 149*sqrt(a^2*x^2 - 1)*c^2/a^2)*a*arccosh(a*x) + 1/15*(3*a^4*c^2*x^5 - 10*a^2*c^2*x^3 + 15*c
^2*x)*arccosh(a*x)^2

Giac [F(-2)]

Exception generated. \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\text {Exception raised: TypeError} \]

[In]

integrate((-a^2*c*x^2+c)^2*arccosh(a*x)^2,x, algorithm="giac")

[Out]

Exception raised: TypeError >> an error occurred running a Giac command:INPUT:sage2:=int(sage0,sageVARx):;OUTP
UT:sym2poly/r2sym(const gen & e,const index_m & i,const vecteur & l) Error: Bad Argument Value

Mupad [F(-1)]

Timed out. \[ \int \left (c-a^2 c x^2\right )^2 \text {arccosh}(a x)^2 \, dx=\int {\mathrm {acosh}\left (a\,x\right )}^2\,{\left (c-a^2\,c\,x^2\right )}^2 \,d x \]

[In]

int(acosh(a*x)^2*(c - a^2*c*x^2)^2,x)

[Out]

int(acosh(a*x)^2*(c - a^2*c*x^2)^2, x)